home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / mp386.h < prev    next >
C/C++ Source or Header  |  1992-02-08  |  559b  |  32 lines

  1. #define MP386
  2. #include "att.h"
  3. #include "386.h"
  4.  
  5. #undef MAXPAGE
  6. #define MAXPAGE 7000
  7. #define    IEEEFLOAT
  8.   
  9. #define I386
  10.  
  11. #define ADDITIONAL_FEATURES \
  12.              ADD_FEATURE("I386"); ADD_FEATURE("SYSTEM-V")
  13.   
  14. #undef SET_REAL_MAXPAGE  
  15. #define SET_REAL_MAXPAGE \
  16.     real_maxpage= ulimit(3)/PAGESIZE; \
  17.     if (real_maxpage > MAXPAGE) \
  18.         real_maxpage = MAXPAGE;
  19.  
  20. /* include some low level routines for maxima */
  21. #define CMAC
  22.  
  23. #define RELOC_FILE "rel_coff.c"
  24.  
  25. /*  FIONREAD not supported */
  26. #undef  LISTEN_FOR_INPUT
  27.  
  28. /* Begin for cmpinclude */
  29.  
  30.  
  31. /* End for cmpinclude */
  32.